lcMlineGetPrevVer Home

Returns a handle to the vertex that is placed before the specified vertex in a multiline.

 HANDLE lcMlineGetPrevVer (
   HANDLE hMline
   HANDLE hVertex
 );

Parameters
hMline
  Handle to a multiline object.
hVertex
  Handle to the multiline vertex.

Return Value

  Handle to the vertex that is placed before hVertex in the multiline. If there are no vertex before hVertex, the function returns NULL.

See Also

  lcMlineGetLastVerlcMlineGetFirstVerlcMlineGetNextVer